Virology Analytic Pipeline
A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.
- Contact Email
- Application Type
- Department
Report generated on 2025-05-27, 22:37 UTC
General Statistics
| Sample Name | Dups | GC | Avg len | Median len | Failed | Seqs |
|---|---|---|---|---|---|---|
| A_HBV | 53.4% | 44.0% | 864bp | 864bp | 50% | 10.0M |
Variant List
This is the table of variants. Low quality/coverage records are omitted.
| Index | CHROM | GENE | POS | REF | ALT | AA | %Var | QUAL | EFFECT | RES | HGVS_P | %FwdVar | %RevVar | Coverage |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.0 | A_X51970_A_azure | RT_domain | 316 | A | G | p.I63V | 89.16% | 49,314.0 | missense_variant | Yes | p.Ile63Val | 89.35% | 88.98% | 9,940 |
| 1.0 | A_X51970_A_azure | RT_domain | 785 | T | C | p.F219S | 92.60% | 49,314.0 | missense_variant | No | p.Phe219Ser | 90.12% | 95.00% | 9,976 |
| 2.0 | A_X51970_A_azure | RT_domain | 317 | T | G | p.I63S | 6.52% | 1,093.0 | missense_variant | No | p.Ile63Ser | 5.83% | 7.18% | 9,775 |
Variant List - Non RT Domain
This is the table of variants. Low quality/coverage records are omitted.
| | CHROM | GENE | POS | REF | ALT | AA | %Var | QUAL | EFFECT | RES | HGVS_P | %FwdVar | %RevVar | Coverage |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.0 | A_X51970_A_azure | SAg | 315 | G | A | p.R54Q | 93.85% | 49,314.0 | missense_variant | No | p.Arg54Gln | 92.94% | 94.73% | 9,876 |
| 1.0 | A_X51970_A_azure | SAg | 785 | T | C | p.S211P | 92.60% | 49,314.0 | missense_variant | No | p.Ser211Pro | 90.12% | 95.00% | 9,976 |
| 2.0 | A_X51970_A_azure | SAg | 486 | T | C | p.L111P | 97.56% | 49,314.0 | missense_variant | No | p.Leu111Pro | 97.73% | 97.40% | 9,971 |
| 3.0 | A_X51970_A_azure | SAg | 318 | C | T | p.S55F | 6.67% | 997.0 | missense_variant | No | p.Ser55Phe | 6.30% | 7.02% | 9,913 |
| 4.0 | A_X51970_A_azure | SAg | 317 | T | G | p.S55A | 6.52% | 1,093.0 | missense_variant | No | p.Ser55Ala | 5.83% | 7.18% | 9,775 |
Drug Resistance
This is the table of drug resistance. It is compiled based on the input list.
| | GENE | AA | %Var | RES | Lamivudine | Adefovir | Entecavir | Tenofovir | Reference |
|---|---|---|---|---|---|---|---|---|---|
| 0.0 | RT_domain | p.I63V | 89.16% | Yes | R | doi.org/10.12688/wellcomeopenres.15992.1 |
Multi-Nucleotide Variants
This is the table of codons with multiple base changes.
| Codon | Gene | Bases |
|---|---|---|
| I63 | RT_domain | 316; 317; 318 |
BLAST Sequence Frequency
This is the table of BLAST Search.
| subtype | reads | Percentage |
|---|---|---|
| A_X02763_A_azure | 10,018 | 100.00% |
Variant by Functional Class
This is the table of Variants by Functional Class.
| Type | Count | Percent |
|---|---|---|
| MISSENSE | 8 | 40.0% |
| SILENT | 12 | 60.0% |
Amplicon coverage table
Table to show median coverage per amplicon.
| sample | RT_domain | core |
|---|---|---|
| A_HBV | 9,913.1 | 0.0 |
FastQC
Quality control tool for high throughput sequencing data.URL: http://www.bioinformatics.babraham.ac.uk/projects/fastqc
Sequence Quality Histograms
The mean quality value across each base position in the read.
To enable multiple samples to be plotted on the same graph, only the mean quality scores are plotted (unlike the box plots seen in FastQC reports).
Taken from the FastQC help:
The y-axis on the graph shows the quality scores. The higher the score, the better the base call. The background of the graph divides the y axis into very good quality calls (green), calls of reasonable quality (orange), and calls of poor quality (red). The quality of calls on most platforms will degrade as the run progresses, so it is common to see base calls falling into the orange area towards the end of a read.
Per Sequence Quality Scores
The number of reads with average quality scores. Shows if a subset of reads has poor quality.
From the FastQC help:
The per sequence quality score report allows you to see if a subset of your sequences have universally low quality values. It is often the case that a subset of sequences will have universally poor quality, however these should represent only a small percentage of the total sequences.
Per Base Sequence Content
The proportion of each base position for which each of the four normal DNA bases has been called.
To enable multiple samples to be shown in a single plot, the base composition data is shown as a heatmap. The colours represent the balance between the four bases: an even distribution should give an even muddy brown colour. Hover over the plot to see the percentage of the four bases under the cursor.
To see the data as a line plot, as in the original FastQC graph, click on a sample track.
From the FastQC help:
Per Base Sequence Content plots out the proportion of each base position in a file for which each of the four normal DNA bases has been called.
In a random library you would expect that there would be little to no difference between the different bases of a sequence run, so the lines in this plot should run parallel with each other. The relative amount of each base should reflect the overall amount of these bases in your genome, but in any case they should not be hugely imbalanced from each other.
It's worth noting that some types of library will always produce biased sequence composition, normally at the start of the read. Libraries produced by priming using random hexamers (including nearly all RNA-Seq libraries) and those which were fragmented using transposases inherit an intrinsic bias in the positions at which reads start. This bias does not concern an absolute sequence, but instead provides enrichement of a number of different K-mers at the 5' end of the reads. Whilst this is a true technical bias, it isn't something which can be corrected by trimming and in most cases doesn't seem to adversely affect the downstream analysis.
Rollover for sample name
Per Sequence GC Content
The average GC content of reads. Normal random library typically have a roughly normal distribution of GC content.
From the FastQC help:
This module measures the GC content across the whole length of each sequence in a file and compares it to a modelled normal distribution of GC content.
In a normal random library you would expect to see a roughly normal distribution of GC content where the central peak corresponds to the overall GC content of the underlying genome. Since we don't know the GC content of the genome the modal GC content is calculated from the observed data and used to build a reference distribution.
An unusually shaped distribution could indicate a contaminated library or some other kinds of biased subset. A normal distribution which is shifted indicates some systematic bias which is independent of base position. If there is a systematic bias which creates a shifted normal distribution then this won't be flagged as an error by the module since it doesn't know what your genome's GC content should be.
Sequence Length Distribution
The distribution of fragment sizes (read lengths) found. See the FastQC help
Software Versions
Software Versions lists versions of software tools extracted from file contents.
| Group | Software | Version |
|---|---|---|
| FastQC | fastqc | 0.11.9 |
| Workflow | Nextflow | 24.10.6 |
| ph-metagenomics | 1.0.0 | |
| alignment_hbv | minimap2 | 2.17-r941 |
| annotation_extractfields | snpsift | 4.3 |
| bam_generation | samtools | 1.17 |
| blast | blast | 2.13.0+ |
| call_annotation | snpeff | 5.1d |
| call_deletions_hbv | medaka | 1.4.4 |
| call_snvs_hbv | lofreq | 2.1.5 |
| combine_fastq | fastcat | 0.10.2 |
| coverage_hbv | mosdepth | 0.3.3 |
| dumpsoftwareversions | python | 3.11.4 |
| yaml | 6.0 | |
| fastp | fastp | 0.23.2 |
| seqtk | seqtk | 1.4-r122 |
| variants_long_table | python | 3.9.9 |
| vcf_concat | bcftools | 1.17 |
| vcf_uniq | vcflib | 1.0.3 |